[4/12] Upgrade torchvision build configs to C++20 (#9427)#9427
Merged
meta-codesync[bot] merged 1 commit intopytorch:mainfrom Mar 23, 2026
Merged
[4/12] Upgrade torchvision build configs to C++20 (#9427)#9427meta-codesync[bot] merged 1 commit intopytorch:mainfrom
meta-codesync[bot] merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9427
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit aec52eb with merge base 6285457 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 9, 2026
Summary: Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
770da54 to
678c0d5
Compare
zy1git
approved these changes
Mar 9, 2026
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 12, 2026
Summary: Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
678c0d5 to
90e8232
Compare
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 12, 2026
Summary: Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
90e8232 to
9ce5370
Compare
Contributor
Author
|
@pytorchbot merge |
|
Mergebot is not configured for this repository. Please use the merge button provided by GitHub. |
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 12, 2026
Summary: Pull Request resolved: pytorch#9427 Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
9ce5370 to
f440658
Compare
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 14, 2026
Summary: Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
f440658 to
b2dafb5
Compare
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 22, 2026
Summary: Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
5fd5f37 to
78d0b3c
Compare
r-barnes
added a commit
to r-barnes/vision
that referenced
this pull request
Mar 22, 2026
Summary: Pull Request resolved: pytorch#9427 Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
78d0b3c to
112b839
Compare
Summary: Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's CMakeLists.txt files (main, android/ops, ios). Differential Revision: D95103083
112b839 to
aec52eb
Compare
|
Hey @meta-codesync[bot]! You merged this PR, but no labels were added. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Update CMAKE_CXX_STANDARD from 17 to 20 in torchvision's
CMakeLists.txt files (main, android/ops, ios).
Differential Revision: D95103083